const github.com/google/go-cmp/cmp.elideType

10 uses

	github.com/google/go-cmp/cmp (current package)
		report_compare.go#L30: 	elideType
		report_compare.go#L139: 			outx := opts.WithTypeMode(elideType).FormatValue(v.ValueX, parentKind, ptrs)
		report_compare.go#L140: 			outy := opts.WithTypeMode(elideType).FormatValue(v.ValueY, parentKind, ptrs)
		report_compare.go#L142: 				opts2 := verbosityPreset(opts, i).WithTypeMode(elideType)
		report_compare.go#L215: 		opts = opts.WithTypeMode(elideType)
		report_compare.go#L219: 		opts = opts.WithTypeMode(elideType)
		report_reflect.go#L66: 	case elideType:
		report_reflect.go#L238: 			s := opts.WithTypeMode(elideType).FormatValue(v.Index(i), t.Kind(), ptrs)
		report_reflect.go#L272: 			sv := opts.WithTypeMode(elideType).FormatValue(v.MapIndex(k), t.Kind(), ptrs)
		report_reflect.go#L362: 	opts.TypeMode = elideType